home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0885.dms / q0885.adf / Rexx / TestForMRBackup.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-10  |  175b  |  8 lines

  1.  
  2. if ~(Show('P', 'MRBackup_#1')) then do
  3.     say "You must run MRBackup first. With a little work, you could"
  4.     say "get this ARexx script to do it for you."
  5.     exit 1
  6. end
  7.  
  8.